home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / business / nonlin18.zip / AVLTIME.NLR < prev    next >
Text File  |  1992-08-08  |  1KB  |  65 lines

  1. Title Time to create AVL tree vs. number of entries
  2. Register            ! Please register your use of Nonlin
  3. Variable Entries        ! Number of tree entries
  4. Variable Time            ! Number of seconds to build tree
  5. Parameter a            ! Constant term
  6. Parameter b            ! Growth coefficient
  7. Function Time = a + b*Entries*log2(Entries)
  8. Plot Grid
  9. Data
  10.    100    .060
  11.    200    .110
  12.    300    .110
  13.    400    .110
  14.    500    .220
  15.    600    .210
  16.    700    .280
  17.    800    .270
  18.    900    .390
  19.   1000    .380
  20.   1100    .440
  21.   1200    .440
  22.   1300    .440
  23.   1400    .550
  24.   1500    .600
  25.   1600    .600
  26.   1700    .720
  27.   1800    .710
  28.   1900    .770
  29.   2000    .760
  30.   2100    .820
  31.   2200    .940
  32.   2300    .930
  33.   2400    .930
  34.   2500   1.050
  35.   2600   1.050
  36.   2700   1.150
  37.   2800   1.210
  38.   2900   1.160
  39.   3000   1.260
  40.   3100   1.260
  41.   3200   1.320
  42.   3300   1.370
  43.   3400   1.430
  44.   3500   1.430
  45.   3600   1.480
  46.   3700   1.590
  47.   3800   1.590
  48.   3900   1.650
  49.   4000   1.700
  50.   4100   1.760
  51.   4200   1.810
  52.   4300   1.810
  53.   4400   1.810
  54.   4500   1.930
  55.   4600   1.920
  56.   4700   1.980
  57.   4800   2.080
  58.   4900   2.080
  59.   5000   2.150
  60.   5100   2.190
  61.   5200   2.260
  62.   5300   2.310
  63.   5400   2.300
  64.   5500   2.480
  65.